Fix Quartz clipboard image retrieval.
authorJohn Ralls <jralls@ceridwen.us>
Thu, 11 Feb 2016 21:49:07 +0000 (13:49 -0800)
committerJohn Ralls <jralls@ceridwen.us>
Thu, 11 Feb 2016 22:00:47 +0000 (14:00 -0800)
commit3bf1151051045591243e23c900a01c55cc057d42
treef275e47b6efad078268975238858ec9c502c1c37
parent1bd0431ab2ad90c59b81516e8375298a5f1aaa8b
Fix Quartz clipboard image retrieval.

It does no good to iterate through a series of mime types to call a
function when the eventually-called function,
_gtk_quartz_get_selection_data_from_pasteboard() in this case, gives the
wrong answer and stops the iteration on all but one especially if that
one isn't first.

The one is "image/tiff" and the quartz pasteboard function will return
any image type Quartz knows about for it, so lose the iteration and use
only "image/tiff".
gtk/gtkclipboard-quartz.c